GitHub Actions
github
の
CI
実行トリガー
git push
や
git tag
などイベントで実行できる
cron
などもある
code:mainにpushするたびに実行.yml
on:
push:
branches:
- main
code:vで始まるtagが作成されるたびに実行.yml
on:
push:
tags:
- "v*"
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#onpushbranchestagsbranches-ignoretags-ignore
syntax
課金
private projectでのみ料金が発生する
https://docs.github.com/en/billing/concepts/product-billing/github-actions
https://g.co/gemini/share/f44dc9ed39b0
$0.008/min
$1で125min使える
#2025-09-12
19:06:49
#2025-09-11
18:11:44
#2025-09-04
00:17:47
#2024-07-30
19:42:42